* {
    margin: 0;
    padding: 0;
    ;
}

body,
html {
    width: 100%;
    height: 100%;
    background: url(../../img/digital-kids-promo/ict_header-bg.jpg) no-repeat;
    background-size: cover;
    font-family: Poppins;
    font-weight: 900 !important;
}

.container {
    width: 100%;
    height: 100%;
}

a img {
    position: absolute;
    top: 5%;
    left: 5%;
}

.container h1 {
    color: gold;
    font-size: 60px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container h1 span {
    display: block;
    color: black !important;
    background: gold;
    padding: 0 10px;
}

.container h1 i {
    margin-left: 20px;
}

.CTA a {
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: gold;
    text-decoration: none;
    font-size: 2em;
    display: inline-block;
    font-family: Poppins;
    text-transform: uppercase;
    padding: 0.5em 2em;
    border: 4px solid gold;
    transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.CTA a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: gold;
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    z-index: -1;
}

.CTA a::after {
    content: "";
    display: inline-block;
    background-image: url("https://image.flaticon.com/icons/png/128/109/109617.png");
    position: absolute;
    top: 0;
    left: calc(100% - 3em);
    right: 3em;
    bottom: 0;
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.CTA a:hover {
    padding: 0.5em 3.5em 0.5em 0.5em;
}

.CTA a:hover::before {
    left: calc(100% - 3em);
    right: 0;
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.CTA a:hover::after {
    right: 0;
    transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

p {
    position: absolute;
    color: rgb(139, 143, 143);
    left: 35%;
    top: 95%;
}